Skip to main content
GET
/
rag
/
documents
/
{rag_id}
/
Get Rag Docs
curl --request GET \
  --url https://rag-prod.studio.lyzr.ai/v3/rag/documents/{rag_id}/ \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Path Parameters

rag_id
string
required

The unique identifier (ID) of the RAG system to retrieve documents for (e.g., a 24-character hex string).

Example:

"654c602a46c3b6d4e28741b0"

Response

Documents successfully retrieved.

Placeholder for the returned document structure (typically a list of document objects).